ALARM-BREAKPOINTS-MAXIMUM

(server version 5.17 or later)

ALARM-BREAKPOINTS-MAXIMUM  <value>                             (Default = 50)

 

Defines the maximum number of breakpoints available in each processor of the system.

 

The operating system maintains a table of breakpoints currently defined in each processor. A breakpoint is used by a programmer to stop the execution of a process at a particular location. If the processor breakpoint table becomes full, new breakpoints are not allowed to be set.

 

The current number of breakpoints defined with a process is available to MOMI via a system call. However, the maximum available in a processor is not available to MOMI. This keyword defines a maximum that MOMI uses for computational purposes.

 

S-Series systems has a fixed limit in the size of the table used to store breakpoints. H-Series and later do not have a practical limit on the number of breakpoints.

 

           

Example:

                                              == Set MAXIMUM breakpoints

                                              ==  to 75

ALARM-BREAKPOINTS-MAXIMUM 75